vcProcessSetPropertyStatement
A statement that sets the value of a property. The property can be in the process that owns this statement, or in an object higher up in the object hierarchy.
See in: Overview
Module: vcProcessModel
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| TargetProperty | String | RW | Gets or sets the name of variable to assign a value to. |
| ValueExpression | vcProperty | R | Gets an expression that, when evaluated, returns the value to assign to TargetProperty. |